home *** CD-ROM | disk | FTP | other *** search
/ Neil's C++ Stuff / Neil's Guide to C++.zip / part2-chapter1.art next >
Text File  |  2002-04-05  |  589b  |  8 lines

  1. Chapter 1: Syntax and Expressions
  2. By Neil C. Obremski
  3.  
  4. [Breaking into the Circle]
  5.  
  6. The first steps are always the most difficult and learning a programming language is no different.  I call this step "breaking into the circle" because of the circular construction of programming.  Instructions and concepts are based on other things which in turn are based on others and this cycle typically leads back to the beginning.  ItÆs a giant circle of information.  ItÆs true that the introductory circle is much smaller than the language itself, but it still is a hurdle to be overcome.
  7.  
  8.